home *** CD-ROM | disk | FTP | other *** search
/ PsL Monthly 1999 June / PSL Volume 7 Number 6.iso / educa / win / lang_art / PPUNCH30.ZIP / DEMO.ZIP / PUNCH.EXE / 0 / RCDATA / TSECTIONSF / TSECTIONSF.txt
Text File  |  1998-03-18  |  676b  |  35 lines

  1. object SectionsF: TSectionsF
  2.   Left = 281
  3.   Top = 11
  4.   BorderIcons = [biMinimize]
  5.   BorderStyle = bsSingle
  6.   Caption = 'Sections'
  7.   ClientHeight = 275
  8.   ClientWidth = 128
  9.   Color = 16744576
  10.   Font.Color = clWhite
  11.   Font.Height = -11
  12.   Font.Name = 'MS Sans Serif'
  13.   Font.Style = []
  14.   FormStyle = fsMDIChild
  15.   Position = poDefault
  16.   Visible = True
  17.   PixelsPerInch = 96
  18.   TextHeight = 13
  19.   object Memo: TRichEdit
  20.     Left = 0
  21.     Top = 0
  22.     Width = 128
  23.     Height = 275
  24.     Cursor = crArrow
  25.     Align = alClient
  26.     BorderStyle = bsNone
  27.     HideSelection = False
  28.     ParentColor = True
  29.     ReadOnly = True
  30.     TabOrder = 0
  31.     WordWrap = False
  32.     OnEnter = MemoEnter
  33.   end
  34. end
  35.